Kotlin utilities
/
it.czerwinski.kotlin.util
/
Try
/
Companion
common
Companion
object
Companion
Content copied to clipboard
Functions
Functions
invoke
Link copied to clipboard
common
inline operator fun <
T
>
invoke
(callable: () ->
T
):
Try
<
T
>
Content copied to clipboard
Creates a new
Try
based on the result of the
callable
.